This is already handled in GtkGestureMultiPress::release, and more in
concordance with how it was done pre-gestures.
https://bugzilla.gnome.org/show_bug.cgi?id=737891
tree_view->priv->extend_selection_pressed = FALSE;
}
- if (button == GDK_BUTTON_PRIMARY &&
- (n_press == 2 || (n_press == 1 && tree_view->priv->activate_on_single_click)))
+ if (button == GDK_BUTTON_PRIMARY && n_press == 2)
gtk_tree_view_row_activated (tree_view, path, column);
else
{